ARM: zynq: zynqmp: Line up checkboard message
authorMichal Simek <[email protected]>
Mon, 25 Jan 2016 10:04:21 +0000 (11:04 +0100)
committerMichal Simek <[email protected]>
Wed, 27 Jan 2016 14:55:58 +0000 (15:55 +0100)
Use space instead of tab in checkboard print to aligned
it with others boards.

Reported-by: David Glessner <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Moritz Fischer <[email protected]>
board/xilinx/zynq/board.c
board/xilinx/zynqmp/zynqmp.c

index e89b05dffb4cb323eaf3141a7e2b740212287f93..01bae5d67e3f9ee686013a4db934a7ff9cac9144 100644 (file)
@@ -93,7 +93,7 @@ int board_late_init(void)
 #ifdef CONFIG_DISPLAY_BOARDINFO
 int checkboard(void)
 {
-       puts("Board:\tXilinx Zynq\n");
+       puts("Board: Xilinx Zynq\n");
        return 0;
 }
 #endif
index 1a837897194e3b15a720dcf725797b2ecb4c1f56..44d347ed3bf0e857244ebb2971bf7990db73432e 100644 (file)
@@ -117,7 +117,7 @@ int board_late_init(void)
 
 int checkboard(void)
 {
-       puts("Board:\tXilinx ZynqMP\n");
+       puts("Board: Xilinx ZynqMP\n");
        return 0;
 }